home *** CD-ROM | disk | FTP | other *** search
- Path: news.nstn.ca!news
- From: hfreeman@fox.nstn.ca (hfreeman)
- Newsgroups: comp.lang.c++
- Subject: Exception Overhead
- Date: 20 Mar 1996 16:35:24 GMT
- Organization: NSTN Navigator User
- Message-ID: <4ipc4c$nl5@news.nstn.ca>
- Reply-To: hfreeman@fox.nstn.ca
- NNTP-Posting-Host: ts2-04.brg.inforamp.net
- Mime-Version: 1.0
- X-Newsreader: WinVN 0.93.14
-
- When my apps throw exceptions, it is in truly exceptional situations,
- thus, I'm not overly concerned about performance when exceptions are
- thrown, but could someone please speak to the performance hits taken when
- exceptions are used but not thrown (ie. when try blocks are entered and
- exited). If a try block is used in a loop, is there a serious performance
- penalty.
-
- Thanks.
-
-